func google.golang.org/grpc/internal/transport.newFramer
3 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L338: framer: newFramer(conn, writeBufSize, readBufSize, opts.SharedWriteBuffer, maxHeaderListSize),
http2_server.go#L171: framer := newFramer(conn, writeBufSize, readBufSize, config.SharedWriteBuffer, maxHeaderListSize)
http_util.go#L399: func newFramer(conn net.Conn, writeBufferSize, readBufferSize int, sharedWriteBuffer bool, maxHeaderListSize uint32) *framer {